home *** CD-ROM | disk | FTP | other *** search
- property pBlink
-
- on exitFrame me
- if sprite(190).playing then
- pBlink = pBlink + 1
- if pBlink <= 5 then
- sprite(105).member = "blue racer glow2"
- else
- if pBlink <= 10 then
- sprite(105).member = "Kane"
- else
- pBlink = 1
- end if
- end if
- go(the frame)
- else
- startTheTimer()
- end if
- end
-